Código fuente de 'Fechas y horas.asp'

<html>
<head>
<title>Fechas y horas - Códigos asp, programacion asp, descargas asp, rutinas asp</title>
</head>
<p align="center"><b><font size="3">Fechas y horas</font></b></p>
<body style="font-family: Arial; font-size: 9pt">

<p>
Fecha actual ... <%=Date%><br>
La fecha de mañana será ... <%=Date + 1%><br>
Este día es ... <%=WeekdayName(Weekday(Date))%><br>
Mañana será ... <%=WeekdayName(Weekday(Date+1))%><br>
</p>
</body>
</html>